Click Add, set the title to RemoveGsid and add the following script:
ADDITIONAL INFORMATION: within session "ALL" { act on request where %DIRECTION="OUTBOUND" and %ENTRY_POINT="POST_ROUTING" { remove(%HEADERS["Request_Line"][1].PARAMS["gsid"]); remove(%HEADERS["Request_Line"][1].PARAMS["asm"]); } }