using System;
public class Program
{
public static void Main()
string str = "000206-56-0001-651080030";
Console.WriteLine(str.Remove(5,11));
}