I’m sorry, but I think the only way you can remove all captions is to remove it manually. Unless someone else had already coded in the option, of course.
To do so manually:
First find:
{block:Photo}
{LinkOpenTag}{PhotoURL-500}{LinkCloseTag}
{block:Caption}<div class=”text”>{Caption}</div>{/block:Caption}
{/block:Photo}
{block:Photoset}
{Photoset-500}
{block:Caption}<div class=”text”>{Caption}</div>{/block:Caption}
{/block:Photoset}
And delete the bolded sections. The captions should be deleted off that way.

