次のコマンドを実行して、起動/起動からmongodbを削除し、Homebrewを使用してアンインストールします。
# See if mongo is in the launch/startup list
launchctl list | grep mongo
# Remove mongodb from the launch/startup
launchctl remove homebrew.mxcl.mongodb
# Kill the mongod process just in case it's running
pkill -f mongod
# Now you can safely remove mongodb using Homebrew
brew uninstall mongodb
/usr/local/bin/
を再確認するだけです mongodbコマンドが削除されていることを確認します。