[Home](./index.md) > [bitburner](./bitburner.md) > [Stanek](./bitburner.stanek.md) > [remove](./bitburner.stanek.remove.md) ## Stanek.remove() method Remove fragment at location. Signature: ```typescript remove(rootX: number, rootY: number): boolean; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | rootX | number | X against which to align the top left of the fragment. | | rootY | number | Y against which to align the top left of the fragment. | Returns: boolean The fragment at \[rootX, rootY\], if any. ## Remarks RAM cost: 0.15 GB