I have installed Amplify CLI with curl and npm, I which to keep one, so I'm uninstalling curl just because in my personal case npm is easier for me to update, this is the command I used to install it:
curl -sL https://aws-amplify.github.io/amplify-cli/install | bash && $SHELL
How can I uninstall it? I'm using macOS
Thanks