Uninstalling Microsoft Office
- Go to "Finder" > "Applications", find the Microsoft Office applications to remove and right click.
- Select "Move to Trash".

- Go to the Trash and empty it.

- Open up the terminal program on your mac. You can search and find the "terminal" by click on the magnifying glass on the top right of your screen.
- Then run these commands in Terminal to completely remove all Microsoft Office files:
rm -rf /Library/LaunchDaemons/com.cisco*
rm -rf /Library/LaunchAgents/com.microsoft.*
rm -rf /Library/PrivilegedHelperTools/com.microsoft.*
rm -rf /Library/Preferences/com.microsoft.*
rm -rf ~/Library/Containers/com.microsoft.*
rm -rf ~/Library/Group\ Containers/UBF8T346G9.*