Sometimes it's annoying to have a "Figure" prefix when you add caption to a figure in beamer. Here is a way of how to eliminate that.

\usepackage{caption}
\captionsetup[figure]{labelformat=empty}

Before

After