Not directly.
You could delete the static portions after the walk by performing
a SQL update on the html table to remove the text from the Body field.
Something like:
gw -st "update html set Body=Body-'THE_STATIC_TEXT'"
gw -index
The above update will remove all occurences of THE_STATIC_TEXT from
the Body of every stored page.