In Order to remove the "Pages -" prefix on pages that are hosted in a SharePoint
pages libray:
1. Open SharePoint Designer.
2. Open the Root of your site.
3. Click on Page Layouts in the Navigation Section
4. Edit the page layout you want to remove the "Pages From" in advanced mode. For
instance "BlankWebPartPage.aspx"
5. Find and remove
`<SharePointWebControls:ListProperty Property="Title" runat="server"/> -`
from the file and save.