I\'m trying to remove the zoom controls (+/-) on a LeafletJS map.
I\'m using the MapBox.js version of Leaflet but most of the operations are the same as Leaflet. I
You can just use
map.zoomControl.remove();