Create JIRA Servlet without "Administration" Header

I’m trying to create a servlet that i’d like to share with users (non-admins)
I do not have a condition for administrator and users can actually access the page.
My only concern is that even if my web-item leading to the servlet is not an admin-section (currently am putting everything like system.dashboard) the “Administration” Header is showing on the page. with “Search JIRA Admin” button too!

Can I have a servlet without the admin header included?

Thanks for any help

Hey @kallas.christian,

Can you give us some more information what you mean by 'The Administration header is showing?"
And some more information on your use-case? What are you trying to achieve with this servlet?
Is it a full page or just a section in a page?

And are you building on Jira Server or Jira Cloud?