Hide public section from authenticated users

Hide public section from authenticated users

Hi,

I have an application that have a section that is displayed as public for let external users edit some records. It works wonderfully but when I enter with an authenticated user this section (that basically have public view from the views that auth users can access) are showed.

I tried to restrict them for auth users using the control panel but the only option that is available there for public shared views is to make them private.

I want to hide this 'public' section from authenticate users. How can I do that?