for
(int i = 0; i < lv.Items.Count; i++)
{
if (lv.Items[i].Checked)
{
lv.Items[i].Remove()
}
}