The previous version had a 'titleShow': false,
setting, however it seems to have been removed for the new version.
I know I can hide it programmatically using jquery but I'd prefer to use a built in feature to remove it??
You can disable title helper -
$(".fancybox").fancybox({
helpers: {
title: null
}
});