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 remove the control zoomControl in this way:
zoomControl
map.removeControl(map.zoomControl);