You need those for the pagebuilder while in the administration site, but you can make it so they don't render on the presentation website by wrapping in a conditional if statement such as:
@if (Context.Kentico().PageBuilder().EditMode)
{
<page-builder-scripts />
}