Removing IR Robot Library From A Mac

Hello! So I have been attempting to use the IRremote library, and no matter what I did, it wouldn't work. I did some research and found that the IR Robot library may interfere with the IRremote library. I have tried to remove it by going into the libraries folder in the Arduino folder on my computer, and the IR Robot library isn't there! I'm on a Mac, and for some reason it's just not showing up or giving me an option to delete anything. Please help - I really want to use my IR Remote! Thank you!

Hi,
My notes say:
NOTE!! If you have a late version of Arduino with a library IRRobotRemote, it may conflict and you may have to remove that library.
Make sure to delete Arduino_Root/libraries/RobotIRremote. Where Arduino_Root refers to the install directory of Arduino. The library RobotIRremote has similar definitions to IRremote and causes errors.

So I think that is not in your regular "libraries" but in the arduino install 'libraries'..

And per the GitHub respository for IRREMOTE:

Make sure to delete Arduino_Root/libraries/RobotIRremote. Where Arduino_Root refers to the install directory of Arduino. The library RobotIRremote has similar definitions to IRremote and causes errors.

I just did that on my new 1.8.0 installation:

In Finder navigate to Applications
Control-click on the Arduino app and select "Show Package Contents"
Navigate through Contents to Java to Libraries.
Delete the folders "Robot_Control", "Robot_Motor", and "RobotIRremote".