To fully uninstall an application from a MAC OS do the following:
# Open Applications directory and delete the application itself and then empty the trash
ls -la ~/Library/Preferences | grep -i app_name | xargs rm -rf
ls -la ~/Library/Application\ Support | grep -i charm | xargs rm -rf
ls -la ~/Library/caches | grep -i charm | xargs rm -rf