Hiding the presentation controls in LaTeX beamer presentation [closed]
Solution 1:
Yes, from p.223 of the Beamer guide:
To remove navigation symbols,
\usenavigationsymbolstemplate{}
Although it looks like the syntax has changed since then. This more recent page has:
\setbeamertemplate{navigation symbols}{}%remove navigation symbols
Solution 2:
The simplest way is:
\beamertemplatenavigationsymbolsempty