Manually uninstalling Adobe Acrobat Reader 9 on Mac OS X Leopard
Adobe Acrobat Reader doesn’t provide an uninstall utility on Mac OS X (despite claiming to do so on their support site) and after installing it for a single test, I wanted it gone. Following are the steps I took to remove Adobe Acrobat Reader from my MacBook Pro running Mac OS X Leopard (10.5.7).
Note that these instructions will likely remove all Adobe software, including AIR if you have that installed; AIR is installed automatically (and without telling you) with Acrobat Reader.
Delete these folders from Finder:
- /Applications/Adobe Acrobat
- /Applications/Utilities/Adobe Utilities
In Terminal, type sudo find / -name *Adobe*
From that list, delete these:
- /Library/Application Support/Adobe
- /Library/Internet Plug-Ins/AdobePDFViewer.plugin
- /Users/(your user account)/Library/Application Support/Adobe
- /Users/(your user account)/Library/Application Support/Adobe/Acrobat
- /Users/(your user account)/Library/Caches/Adobe
- /Users/(your user account)/Library/Logs/Adobe
- /Users/Shared/Library/Application Support/Adobe
In Terminal, type sudo find / -name *Acrobat*
From that list, delete:
- /Users/(your user account)/Library/Caches/Acrobat
Reboot. I don’t like having to, but several of the Adobe components were locked or in use and I couldn’t completely delete them. After rebooting, a sample PDF linked from a Web site opened in Safari via Preview, and a downloaded PDF opened in Preview standalone just like they used to.
Right now it looks like I got everything, but I’ll update this post if I find any more remnants.


Bob DeSieno Said,
July 11, 2010 @ 5:50 pm
I’m trying to remove adobe 9 from an iMAC OS X (10.6.4). I’d guess your steps would work for me. What do you mean by “in Terminal”? I don’t know how to enter the commands you list? I’d appreciate guidance -I’m new to the iMAC.
Andrew Said,
July 12, 2010 @ 10:58 am
“Terminal” is the Mac OS Unix command line. It’s extremely powerful, especially when using the “sudo” command. I would not recommend following these instructions or attempting to use the Terminal unless you have at least a passing familiarity with Unix commands.
Darren Said,
October 12, 2010 @ 6:39 pm
The alternate way of deleting these files is by going to your hard drive under "Devices" in finder and going through to the paths and files mentioned.