## yo(selector).remove()

Remove the DOM Elements defined by the selector;  

```javascript
yo('.myclass').remove();
```

Go to [index](index.md)