> For the complete documentation index, see [llms.txt](https://docs.no-reducer.com/no-reducer/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.no-reducer.com/no-reducer/no-reducer-actions/remove/remove-without-condition.md).

# remove without condition

To remove an item in an array ( without key ), you can directly write the value which you want to remove.<br>

Example: Remove shrimp in the array

```javascript
meal = ['crawfish','corn','hotdog',shrimp'] 
```

```javascript
dispatch(remove('User>meal','shrimp))
```

<figure><img src="https://2096029297-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fa8hQdsN7Pv00B1Pt9tuc%2Fuploads%2FADvQ4F1YoRERDP0QKwYR%2F68747470733a2f2f766e73656174746c652e636f6d2f64796e616d6963526564756365722f72656d6f76654974656d41727261794e6f4b65792e706e67.png?alt=media&amp;token=09f4c05e-2229-4a41-924e-ad0ce35f8d23" alt=""><figcaption></figcaption></figure>
