How to Remove Footers of LaTeX Beamer Templates?
I got rid of the default footer, and inserted page numbers instead using the following commands. %gets rid of bottom navigation bars \setbeamertemplate{footline}[page number] %gets rid of navigation symbols \setbeamertemplate{navigation symbols}{}