\documentclass{beamer}
\usepackage{caption}
\begin{document}
\begin{frame}{Title}
\begin{figure}[ht]
\centering
\includegraphics[width=0.9\linewidth]{picture.jpg}
\caption{Source: something}
\end{figure}
\end{frame}
\end{document}
How can I remove the numbering from the caption in the figure environment? I tried with caption* and it didn't work.

figureenvironment – percusse Mar 30 '16 at 15:47\captionof{figure}{caption goes here}where{figure}is the environment you want\captionofto "pretend" to be in. – Steven B. Segletes Mar 30 '16 at 15:52\usepackage{caption}? – samcarter_is_at_topanswers.xyz Mar 30 '16 at 16:01