Below are the steps to uninstall AWS CLI from MAC.
Go to Terminal and type which aws
The output will be like this: usr/local/bin/aws.
Find the symlinks for that path:
The output will be like this:
Delete the following folders to remove it completely:
Running which aws command will give you the following message now:
AWS CLI has been successfully uninstalled now on MAC.