How can I fix a Liquid Error on my homepage?

hi Everyone,

since few hours I see this error message in my homepage (see top of my homepage). I had installed Gempages Page Builder, but it is now uninstalled. Anyone knows how to fix this problem?

thanks

Try looking in the theme.liquid layout and look for one of these lines and remove it.

{% include 'gem-app-header-scripts' %}
or
{% render 'gem-app-header-scripts' %}

thanks!