EzPortal checks that gallery_max_filesize exists in the smf_settings table you can either remove that entry or
Edit Sources/Subs-EzportalMain.php
Find and remove
if (isset($modSettings['gallery_max_filesize']))
{
// My Images Link
echo '<a href="', $scripturl, '?action=gallery;sa=myimages;u=' . $ID_MEMBER . '">', $txt['ezp_userbox_myimages'], '</a><br />';
}