SyntaxFix
Write A Post
Hire A Developer
Questions
You don't say what language you're using, but looking at that output, it looks like PHP output (from print_r()). If so, just use unset():
print_r()
unset()
unset($arr[1]);