How do I make objects disappear as they are touched?

I am trying to create a situation where I use game objects (arrows) to lead the user along a path, but I want the arrows to disappear once the user reaches them. I’m really really REALLY new to programming and Unity so explanations would be much appreciated.

See Unity - Scripting API: Renderer.enabled.