You can disable all navigation elements using the shortcode or from settings at My Calendar > Settings > Output. You’d only want to use the settings method if this is what you want on all instances of your calendar; otherwise, go to My Calendar > Help and use the shortcode generator. You’ll want the values ‘none’ for the ‘above’ and ‘below’ attributes.
Excellent. I have one other question. There is a 12 month header above events, e.g “September 2015-August 2016”, that I don’t want to display. I cannot find a shortcode or Setting to NOT display. I also unsuccessfully tried editing css and template. Can you suggest how to do this?
You’ll probably need to hide that using CSS. In your stylesheet, you can add
.mc-main .heading { display: none; }