CSS can remove it for everybody, but if you edit the skin file, you can
make it work for logged in users vs. non-logged in users.
Assuming you're using the Ace skin, add this to your customize styles section in visual appearances in your control panel:
#attachments { display: none; } <?php if (Skin::isViewPage() && $wgTitle->isEditable()) { ?> <?php if (Skin::isViewPage() && $wgTitle->isEditable() && !$wgUser->isAnonymous()) { ?>