How to get rid of navigation symbols in beamer?
In addition to Michael's way, there is the slightly different
\beamertemplatenavigationsymbolsempty
that I've been using in my preambles.
It can be done with one quick command! Just put
\setbeamertemplate{navigation symbols}{}
before your \begin{document}
to clear the navigation symbols.