In SharePoint 2013, if you want to hide Share with Everyone on mysites page. Add the below css statements.
<style>
#ms-shareWithLabel{display:none;}
</style>
- Edit the site page
- Insert Content Editor Web Part.
- Add the above scripts
- Check in the Page.
- Publish the Page.