I found the solution, please let this post open to see it someone else who interesting.
Put this code to - Admin Panel - Appearance - Custom CSS.
.Dropdown-menu .item-tags { display: none; }
After that:
Type this on Putty: php flarum cache:clear
And then Press ctrl + f5 on your broswer (on your website).
You can clear your cache with this extension too. (This extension clear the cache of Cloudflare too).
https://discuss.flarum.org/d/12399-uncache-by-reflar-no-more-cache-problems
ATTENTION!
This method will hide the "tags" in admin panel. That menu still exist but will be hidden.
Just click to another menu like: "Basics"
And change the url from admin#/basics to admin#/tags.
With this way I solve my problem. If you have better idea feel free to write it!