remove-overlays
remove-overlays is a compiled Lisp function in `subr.el
'.
(remove-overlays &optional BEG END NAME VAL)
Clear BEG and END of overlays whose property NAME has value VAL.
Overlays might be moved and/or split.
BEG and END default respectively to the beginning and end of buffer.